-
Notifications
You must be signed in to change notification settings - Fork 884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gps research #3816
Gps research #3816
Conversation
The hwVersion for the M9 is 90000 not 190000. |
I have an M9 receiver and will be able to test it on my ESP32 based system, but until I get my I/O breakout for my RAK system (on order, shipped) I won't be able to do any testing on an NRF52. |
Totally. Just feeding ideas would be helpful. Have not dug into if they are defaults yet, but seems like setting |
Ken, we can mail you a Canary radio if it would be helpful.
…On Mon, May 6, 2024 at 7:07 PM Ken McGuire ***@***.***> wrote:
I have an M9 receiver and will be able to test it on my ESP32 based
system, but until I get my I/O breakout for my RAK system (on order,
shipped) I won't be able to do any testing on an NRF52.
I will review the attached code.
—
Reply to this email directly, view it on GitHub
<#3816 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAOZBFGW53ZTZDCECIJKF3ZBAZPJAVCNFSM6AAAAABHKB2YWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJXGI3DINRYGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Well, I'll be... shows you what a few years of not using the old M9 does.. |
LOG_INFO("Successfully set GPS update rate.!\n"); | ||
} | ||
delay(1000); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What other messages should go here? Not super familiar with all of these protocols. A dump of the hex code for M9 would be helpful BUT, a pointer directly to config. Would be cool too.
For instance, what does _message_VALSET_DISABLE_NMEA_RAM
correspond to? Would it be 3.10.13 UBX-CFG-NMEA (0x06 0x17)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Begin researching M9 integration re: #3811.
A couple of things:
32.01
Feel free to write them as comments in the code here or in #3811.
cc @lolsborn